LiteDAC

TLiteLoader Members

TLiteLoader class overview.

Properties

Name Description

AutoCommit

Used to automatically perform a commit after loading a certain amount of records.

AutoCommitRowCount

Used to specify the number of records, after which the transaction will be commited automatically.

Columns (inherited from TDALoader)

Used to add a TDAColumn object for each field that will be loaded.

Connection

Used to specify a connection object that will be used to connect to a data store.

TableName (inherited from TDALoader)

Used to specify the name of the table to which data will be loaded.

Methods

Name Description

CreateColumns (inherited from TDALoader)

Creates TDAColumn objects for all fields of the table with the same name as TDALoader.TableName.

Load (inherited from TDALoader)

Starts loading data.

LoadFromDataSet (inherited from TDALoader)

Loads data from the specified dataset.

PutColumnData (inherited from TDALoader)

Overloaded. Puts the value of individual columns.

Events

Name Description

OnGetColumnData (inherited from TDALoader)

Occurs when it is needed to put column values.

OnProgress (inherited from TDALoader)

Occurs if handling data loading progress of the TDALoader.LoadFromDataSet method is needed.

OnPutData (inherited from TDALoader)

Occurs when putting loading data by rows is needed.
© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback